We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8940d6a commit ce2ef02Copy full SHA for ce2ef02
.github/workflows/erlang-checks.yaml
@@ -18,7 +18,7 @@ jobs:
18
thrift-version: ${{ steps.thrift-version.outputs.version }}
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
22
- run: grep -v '^#' .env >> $GITHUB_ENV
23
- id: otp-version
24
run: echo "::set-output name=version::$OTP_VERSION"
.github/workflows/tag-action.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout Repo
13
- uses: actions/checkout@v3
14
15
- uses: valitydev/action-tagger@v2
16
with:
0 commit comments