Skip to content

Commit

Permalink
Merge pull request #727 from pguyot/w31/bump-actions
Browse files Browse the repository at this point in the history
Bump actions versions
  • Loading branch information
fadushin authored Aug 4, 2023
2 parents 62d9939 + f0ec3d8 commit 7c07c96
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
# Setup
- name: "Checkout repo"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: 'recursive'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
steps:
# Setup
- name: "Checkout repo"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: 'recursive'

Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: "Build: create build dir"
run: mkdir build

- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache
with:
path: 'build/tests/**/*.beam'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
clang-format-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: sudo apt install -y cmake gperf zlib1g-dev ninja-build erlang

- name: "Checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "Initialize CodeQL"
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp32-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build with idf.py
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp32-mkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

0 comments on commit 7c07c96

Please sign in to comment.