Skip to content

Commit

Permalink
Bump regression_99 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Apr 14, 2023
1 parent 6db0129 commit f94c318
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: awalsh128/cache-apt-pkgs-action@dev
with:
packages: systemd=249.11-0ubuntu3.7
packages: systemd=249.11-0ubuntu3.9
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_99
debug: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: awalsh128/cache-apt-pkgs-action@master
with:
packages: systemd=249.11-0ubuntu3.7
packages: systemd=249.11-0ubuntu3.9
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_99
debug: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: awalsh128/cache-apt-pkgs-action@staging
with:
packages: systemd=249.11-0ubuntu3.7
packages: systemd=249.11-0ubuntu3.9
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_99
debug: true

Expand Down
2 changes: 1 addition & 1 deletion test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: awalsh128/cache-apt-pkgs-action@$branch$
with:
packages: systemd=249.11-0ubuntu3.7
packages: systemd=249.11-0ubuntu3.9
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_99
debug: true

Expand Down

0 comments on commit f94c318

Please sign in to comment.