Skip to content

Commit

Permalink
Readjust some action values
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 15, 2024
1 parent 0daa3c4 commit b36f307
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
environment: release

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Get Salt Project GitHub Actions Bot Environment
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
outputs:
release-version: ${{ steps.update-repo.outputs.release-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: develop
repository: ${{ github.repository }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
permissions:
contents: write # To be able to publish the release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: stable
repository: ${{ github.repository }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
permissions:
contents: write # To be able to publish the release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: stable
repository: ${{ github.repository }}
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
environment: release

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: stable
repository: ${{ github.repository }}
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
pull-requests: write # For action peter-evans/create-pull-request

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: stable
repository: ${{ github.repository }}
Expand All @@ -378,7 +378,7 @@ jobs:
echo "SH=$(sha256sum bootstrap-salt.sh | awk '{ print $1 }')" >> "$GITHUB_ENV"
echo "BS_VERSION=$(sh bootstrap-salt.sh -v | awk '{ print $4 }')" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: develop
repository: ${{ github.repository }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Create Test Instance
run: |
bundle exec kitchen create ${{ matrix.instance }}-${{ inputs.distro-slug }} || \
(sleep 10 && bundle exec kitchen create ${{ matrix.instance }}-${{ inputs.distro-slug }})
sleep 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
instance: ${{ fromJSON(inputs.instances) }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit b36f307

Please sign in to comment.